Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinchoo committed Mar 20, 2024
1 parent 353ee66 commit 566eea2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/ChoETL.JSON.NETStandard/ChoETL.JSON.NETStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Authors>Cinchoo</Authors>
<Company>Cinchoo Inc.</Company>
<Product>ChoETL.JSON.NETStandard</Product>
<Version>1.2.1.64</Version>
<Version>1.2.1.65</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChoETL.JSON.NETStandard.snk</AssemblyOriginatorKeyFile>
<PackageIcon>cinchoo.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions src/ChoETL.JSON/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.64")]
[assembly: AssemblyFileVersion("1.2.1.64")]
[assembly: AssemblyVersion("1.2.1.65")]
[assembly: AssemblyFileVersion("1.2.1.65")]
//[assembly: ChoAssemblyBetaVersion("beta3")]
5 changes: 3 additions & 2 deletions src/ChoETL.NETStandard/ChoETL.NETStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageTags>ETL c# .NET CSV Xml JSON Flat</PackageTags>
<PackageReleaseNotes>.NET Standard version</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.2.1.64</Version>
<Version>1.2.1.65</Version>
<AssemblyName>ChoETL.Core</AssemblyName>
<RootNamespace>ChoETL</RootNamespace>
<SignAssembly>true</SignAssembly>
Expand All @@ -43,7 +43,8 @@
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\ChoETL\Common\Attributes\ChoFieldPositionAttribute.cs" Link="Common\Attributes\ChoFieldPositionAttribute.cs" />
<Compile Include="..\ChoETL\Common\Attributes\ChoQuoteFieldAttribute.cs" Link="Common\Attributes\ChoQuoteFieldAttribute.cs" />
<Compile Include="..\ChoETL\Common\Attributes\ChoFieldPositionAttribute.cs" Link="Common\Attributes\ChoFieldPositionAttribute.cs" />
<Compile Include="..\ChoETL\Common\Attributes\ChoDictionaryKeyAttribute.cs" Link="Common\Attributes\ChoDictionaryKeyAttribute.cs" />
<Compile Include="..\ChoETL\Common\Attributes\ChoDataTableColumnTypeAttribute.cs" Link="Common\Attributes\ChoDataTableColumnTypeAttribute.cs" />
<Compile Include="..\ChoETL\Common\Attributes\ChoMetadataRefTypeAttribute.cs" Link="Common\Attributes\ChoMetadataRefTypeAttribute.cs" />
Expand Down
4 changes: 2 additions & 2 deletions src/ChoETL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.64")]
[assembly: AssemblyFileVersion("1.2.1.64")]
[assembly: AssemblyVersion("1.2.1.65")]
[assembly: AssemblyFileVersion("1.2.1.65")]
//[assembly: ChoAssemblyBetaVersion("beta1")]

0 comments on commit 566eea2

Please sign in to comment.