File tree Expand file tree Collapse file tree 3 files changed +32
-11
lines changed Expand file tree Collapse file tree 3 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.1 "
2
+ "." : " 0.1.0 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2025-08-17)
4
+
5
+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/compare/v0.0.1...v0.1.0 )
6
+
7
+ ### Features
8
+
9
+ * add files ([ d02f336] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/d02f3362c13702753d986b0d0c35a753e3d28136 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** docs:** re-order using statements ([ 1529f4f] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/1529f4fa633537e3dfcf942d3898b400b074009c ) )
15
+
16
+
17
+ ### Chores
18
+
19
+ * configure new SDK language ([ f87e130] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/f87e1302fbf8f0911a99c6ac94b704df8952798b ) )
20
+ * ** internal:** codegen related update ([ 30ebeb9] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/30ebeb9bd332cb0a60dd013238811b8b7c2e781c ) )
21
+ * ** internal:** remove unnecessary internal aliasing ([ da2adae] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/da2adaed4478e4c9dea6629e9d5f30a1c1693267 ) )
22
+ * update SDK settings ([ 00653bc] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/00653bcbabf976cabc53a46e0ad4c6045f559509 ) )
23
+
24
+
25
+ ### Documentation
26
+
27
+ * fix installation instructions ([ 3d59690] ( https://github.com/ScrapeGraphAI/scrapegraphai-c/commit/3d5969023ab80e6e87b6770f15de1c4248fe5cf1 ) )
Original file line number Diff line number Diff line change 6
6
<AssemblyTitle >SDK Code Generation Scrapegraphai C#</AssemblyTitle >
7
7
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
8
8
<Nullable >enable</Nullable >
9
- <VersionPrefix >0.0.1 </VersionPrefix >
9
+ <VersionPrefix >0.1.0 </VersionPrefix >
10
10
<TargetFrameworks >net8.0</TargetFrameworks >
11
11
<LangVersion >latest</LangVersion >
12
12
<!-- Generate an XML documentation file for the project. -->
22
22
<!-- Disable JSON warnings (beta) -->
23
23
<NoWarn >$(NoWarn),IL2026,IL3050</NoWarn >
24
24
<Configurations >Debug;Release</Configurations >
25
- <IsTrimmable
26
- Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"
27
- >true</IsTrimmable
28
- >
29
- <IsAotCompatible
30
- Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))"
31
- >true</IsAotCompatible
32
- >
25
+ <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >true</IsTrimmable >
26
+ <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
33
27
<ImplicitUsings >disable</ImplicitUsings >
34
28
</PropertyGroup >
35
29
<ItemGroup >
36
- <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
30
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
37
31
</ItemGroup >
38
32
</Project >
You can’t perform that action at this time.
0 commit comments