Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Mar 5, 2018
1 parent a6b21da commit 246ca0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MTT" Version="0.3.1-*" PrivateAssets="All" />
<!-- <PackageReference Include="MTT" Version="0.3.0"/> -->
<!-- <PackageReference Include="MTT" Version="0.3.1-*" PrivateAssets="All" /> -->
<PackageReference Include="MTT" Version="0.3.1"/>
</ItemGroup>

<Target Name="ConvertMain" BeforeTargets="PrepareForBuild">
Expand Down
2 changes: 1 addition & 1 deletion Source/MTT/MTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
The suffix is required because nuget will only update if the package is newer, this tricks it.
note: 0.1.5 has precedence over 0.1.5-build123412341
-->
<VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix>
<!-- <VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix> -->
<Title>C# Models To Typescript</Title>
<Authors>Cody Schrank</Authors>
<Description>Converts C# DTOs to Typescript using MSBUILD Tasks.</Description>
Expand Down

0 comments on commit 246ca0d

Please sign in to comment.