File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >dotnet-typegen</id >
5- <version >6.0.0 </version >
5+ <version >6.0.1 </version >
66 <authors >Jacek Burzynski</authors >
77 <owners >Jacek Burzynski</owners >
88 <license type =" file" >LICENSE</license >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >TypeGen .NET CLI tool (TypeGen is a single-class-per-file C# to TypeScript generator)</description >
1313 <releaseNotes >
14- - updated to .NET 9.0
15- - fixed import line break not using the OS's newline #208
14+ - reverted PR #208 (import line break not using the OS's newline), because it caused mixed line endings
1615 </releaseNotes >
1716 <tags >code-generator generator code typescript ts csharp cs dotnet cli</tags >
1817 <packageTypes >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >TypeGen</id >
5- <version >6.0.0 </version >
5+ <version >6.0.1 </version >
66 <authors >Jacek Burzynski</authors >
77 <owners >Jacek Burzynski</owners >
88 <license type =" file" >LICENSE</license >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >TypeGen is a single-class-per-file C# to TypeScript generator</description >
1313 <releaseNotes >
14- - updated to .NET 9.0
15- - fixed import line break not using the OS's newline #208
14+ - reverted PR #208 (import line break not using the OS's newline), because it caused mixed line endings
1615 </releaseNotes >
1716 <tags >code-generator generator code typescript ts csharp cs</tags >
1817 <dependencies >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public void Cli_should_finish_with_success()
1919 const string projectToGeneratePath = "../../../../TypeGen.FileContentTest" ;
2020 const string cliFileName = "TypeGen.Cli.exe" ;
2121 string [ ] cliPossibleDirectories = {
22- "../../../../TypeGen.Cli/bin/Debug/net8 .0" ,
23- "../../../../TypeGen.Cli/bin/Release/net8 .0" ,
22+ "../../../../TypeGen.Cli/bin/Debug/net9 .0" ,
23+ "../../../../TypeGen.Cli/bin/Release/net9 .0" ,
2424 } ;
2525
2626 var cliFilePath = GetCliDirectory ( cliPossibleDirectories ) ;
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ namespace TypeGen.Cli;
22
33internal class ApplicationConfig
44{
5- public const string Version = "6.0.0 " ;
5+ public const string Version = "6.0.1 " ;
66}
Original file line number Diff line number Diff line change 44 <TargetFramework >net9.0</TargetFramework >
55 <AssemblyVersion >6.0.0.0</AssemblyVersion >
66 <FileVersion >6.0.0.0</FileVersion >
7- <Version >6.0.0 </Version >
7+ <Version >6.0.1 </Version >
88 <PackageId >TypeGen</PackageId >
99 <Authors />
1010 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments