Skip to content

Commit 566eea2

Browse files
committed
Fixes
1 parent 353ee66 commit 566eea2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

src/ChoETL.JSON.NETStandard/ChoETL.JSON.NETStandard.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Cinchoo</Authors>
2020
<Company>Cinchoo Inc.</Company>
2121
<Product>ChoETL.JSON.NETStandard</Product>
22-
<Version>1.2.1.64</Version>
22+
<Version>1.2.1.65</Version>
2323
<SignAssembly>true</SignAssembly>
2424
<AssemblyOriginatorKeyFile>ChoETL.JSON.NETStandard.snk</AssemblyOriginatorKeyFile>
2525
<PackageIcon>cinchoo.png</PackageIcon>

src/ChoETL.JSON/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.2.1.64")]
37-
[assembly: AssemblyFileVersion("1.2.1.64")]
36+
[assembly: AssemblyVersion("1.2.1.65")]
37+
[assembly: AssemblyFileVersion("1.2.1.65")]
3838
//[assembly: ChoAssemblyBetaVersion("beta3")]

src/ChoETL.NETStandard/ChoETL.NETStandard.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageTags>ETL c# .NET CSV Xml JSON Flat</PackageTags>
1818
<PackageReleaseNotes>.NET Standard version</PackageReleaseNotes>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
20-
<Version>1.2.1.64</Version>
20+
<Version>1.2.1.65</Version>
2121
<AssemblyName>ChoETL.Core</AssemblyName>
2222
<RootNamespace>ChoETL</RootNamespace>
2323
<SignAssembly>true</SignAssembly>
@@ -43,7 +43,8 @@
4343
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Compile Include="..\ChoETL\Common\Attributes\ChoFieldPositionAttribute.cs" Link="Common\Attributes\ChoFieldPositionAttribute.cs" />
46+
<Compile Include="..\ChoETL\Common\Attributes\ChoQuoteFieldAttribute.cs" Link="Common\Attributes\ChoQuoteFieldAttribute.cs" />
47+
<Compile Include="..\ChoETL\Common\Attributes\ChoFieldPositionAttribute.cs" Link="Common\Attributes\ChoFieldPositionAttribute.cs" />
4748
<Compile Include="..\ChoETL\Common\Attributes\ChoDictionaryKeyAttribute.cs" Link="Common\Attributes\ChoDictionaryKeyAttribute.cs" />
4849
<Compile Include="..\ChoETL\Common\Attributes\ChoDataTableColumnTypeAttribute.cs" Link="Common\Attributes\ChoDataTableColumnTypeAttribute.cs" />
4950
<Compile Include="..\ChoETL\Common\Attributes\ChoMetadataRefTypeAttribute.cs" Link="Common\Attributes\ChoMetadataRefTypeAttribute.cs" />

src/ChoETL/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.2.1.64")]
38-
[assembly: AssemblyFileVersion("1.2.1.64")]
37+
[assembly: AssemblyVersion("1.2.1.65")]
38+
[assembly: AssemblyFileVersion("1.2.1.65")]
3939
//[assembly: ChoAssemblyBetaVersion("beta1")]

0 commit comments

Comments
 (0)