Skip to content

Commit d256495

Browse files
committed
v0.3.1
1 parent 70aef54 commit d256495

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

Directory.Build.targets

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project>
2+
3+
<ItemGroup>
4+
<Compile Update="**\*Extensions.cs">
5+
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('Extensions', '.cs'))</DependentUpon>
6+
</Compile>
7+
<Compile Update="**\*.FwStd20.cs">
8+
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.FwStd20', '.cs'))</DependentUpon>
9+
</Compile>
10+
<Compile Update="**\*.Nullable.cs">
11+
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.Nullable', '.cs'))</DependentUpon>
12+
</Compile>
13+
</ItemGroup>
14+
15+
</Project>

src/NuExt.System.Data.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ System.Data.DataTableExtensions
1616
System.Data.DalBase
1717
System.Data.DbConverter&lt;TDbConnection&gt;
1818
System.Data.IDbContext</Description>
19-
<Version>0.3.0</Version>
19+
<Version>0.3.1</Version>
2020
<RootNamespace />
2121
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2222
<NoWarn>$(NoWarn);1591</NoWarn>
@@ -34,7 +34,7 @@ System.Data.IDbContext</Description>
3434
</PropertyGroup>
3535

3636
<ItemGroup Condition="'$(UseNuExtPackages)' == 'true'">
37-
<PackageReference Include="NuExt.System" Version="0.3.0" />
37+
<PackageReference Include="NuExt.System" Version="0.3.1" />
3838
</ItemGroup>
3939

4040
<ItemGroup Condition="'$(UseNuExtPackages)' == 'false'">

0 commit comments

Comments
 (0)