This repository was archived by the owner on Mar 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" MTT" Version =" 0.5.7-*" PrivateAssets =" All" />
9- <!-- < PackageReference Include="MTT" Version="0.5.6"/> -- >
8+ <!-- < PackageReference Include="MTT" Version="0.5.7-*" PrivateAssets="All" /> -- >
9+ <PackageReference Include =" MTT" Version =" 0.5.7 " / >
1010 </ItemGroup >
1111
1212 <Target Name =" ConvertMain" BeforeTargets =" PrepareForBuild" >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ _AutoGeneratedTag_ (default true) show "/\* Auto Generated \*/" at the top of ev
3232 </PropertyGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" MTT" Version =" 0.5.6 " />
35+ <PackageReference Include =" MTT" Version =" 0.5.7 " />
3636 </ItemGroup >
3737
3838 <Target Name =" Convert" BeforeTargets =" PrepareForBuild" >
Original file line number Diff line number Diff line change 1313 The suffix is required because nuget will only update if the package is newer, this tricks it.
1414 note: 0.1.5 has precedence over 0.1.5-build123412341
1515 -->
16- <VersionSuffix >build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix >
16+ <!-- < VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix> -- >
1717 <Title >C# DTOs To Typescript Interfaces</Title >
1818 <Authors >Cody Schrank</Authors >
1919 <PackageLicenseFile >LICENSE</PackageLicenseFile >
You can’t perform that action at this time.
0 commit comments