Skip to content

Commit d246e16

Browse files
committed
Update properties
1 parent 5c69d47 commit d246e16

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,3 @@ jobs:
3838

3939
- name: Test (Release)
4040
run: dotnet test --configuration Release --nologo --no-build
41-
42-
- name: pack (nupkg + snupkg, prerelease)
43-
run: dotnet pack src/NuExt.System.Data.SQLite.csproj -c Release -o artifacts --nologo /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg -p:VersionSuffix="pre.${{ github.run_number }}"
44-
45-
- name: upload nupkg
46-
uses: actions/upload-artifact@v7
47-
with:
48-
name: nuext-system-data-sqlite-nupkg
49-
path: artifacts/*.nupkg
50-
51-
- name: upload snupkg
52-
uses: actions/upload-artifact@v7
53-
with:
54-
name: nuext-system-data-sqlite-snupkg
55-
path: artifacts/*.snupkg

src/NuExt.System.Data.SQLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<RootNamespace />
99
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1010
<NoWarn>$(NoWarn);1591;NETSDK1233</NoWarn>
11-
<VersionPrefix>0.7.4</VersionPrefix>
11+
<VersionPrefix>0.7.5</VersionPrefix>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
1515
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(NuExt_UseLocalProjects)' != 'true'">
19-
<PackageReference Include="NuExt.System.Data" Version="0.7.4" />
19+
<PackageReference Include="NuExt.System.Data" Version="0.7.5" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition="'$(NuExt_UseLocalProjects)' == 'true'">

0 commit comments

Comments
 (0)