Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yn01-dev committed Jun 20, 2024
1 parent 65b50b3 commit 7074255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Csv.Annotations/Csv.Annotations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>

<PackageId>CsvCSharp.Annotations</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>CSV;Parser;Serializer;Unity;</PackageTags>
<Description>Attributes and interfaces for Csv-CSharp serialization.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Csv.SourceGenerator/Csv.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>

<PackageId>CsvCSharp.SourceGenerator</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Description>A source Generator for Csv-CSharp serialization.</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Csv/Csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<Version>0.1.2</Version>
<Version>0.1.3</Version>
<PackageId>CsvCSharp</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 7074255

Please sign in to comment.