Skip to content

Commit

Permalink
Update rscgutils package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Mar 15, 2024
1 parent 783dfdb commit 1e21b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your csproj

```xml
<ItemGroup>
<PackageReference Include="rscgutils" Version="2024.1859.1955" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<PackageReference Include="rscgutils" Version="2024.1858.1957" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Second.gen.txt" />
Expand Down
2 changes: 1 addition & 1 deletion src/RSCG_Utils/RSCG_Utils/RSCG_Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PropertyGroup>
<PackAsTool>false</PackAsTool>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2024.1859.1955</Version>
<Version>2024.1858.1957</Version>
<Authors>Andrei Ignat</Authors>
<Description>Additional files as strings; json to class;memo purifying functions</Description>
<Title>RSCG Utils</Title>
Expand Down

0 comments on commit 1e21b2e

Please sign in to comment.