Skip to content

Commit

Permalink
upd version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonovdd authored Oct 23, 2021
1 parent 9c97efe commit 40c7829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CompactJson/MSBuild.CompactJsonResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PackageId>MSBuild.CompactJsonResources</PackageId>
<PackageTags>MSBuild, Json</PackageTags>
<Version>1.0.1-preview1</Version>
<Version>1.0.1</Version>
<Authors>dimonovdd</Authors>
<Owners>dimonovdd</Owners>
<Description>Compact Json data by removing whitespaces before building</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/TestMSBuildTasks/TestMSBuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<UseAppHost>false</UseAppHost>
<EnableCompactJson>false</EnableCompactJson>
<EnableCompactJson>true</EnableCompactJson>
</PropertyGroup>
<ItemGroup>
<JsonEmbeddedResource Include="inProject.json" />
Expand All @@ -14,7 +14,7 @@
<JsonEmbeddedResource Include="/Users/dmitriidimov/Documents/projects/TestMSBuildTasks/TestMSBuildTasks/AbsoluteResFolder/absolutePath.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSBuild.CompactJsonResources" Version="1.0.0" PrivateAssets="all"/>
<PackageReference Include="MSBuild.CompactJsonResources" Version="1.0.1" PrivateAssets="all"/>
</ItemGroup>
<!--<Import Project="..\CompactJson\bin\$(Configuration)\netstandard2.1\MSBuild.CompactJsonResources.targets" />-->
</Project>

0 comments on commit 40c7829

Please sign in to comment.