We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e0eb3 commit acebda0Copy full SHA for acebda0
Directory.Build.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<Copyright>(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright>
5
- <VersionPrefix>10.0.0</VersionPrefix>
+ <VersionPrefix>10.0.1</VersionPrefix>
6
<Authors>Pawel Gerr</Authors>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.EntityFrameworkCore</PackageProjectUrl>
NuGet.config
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <config>
+ <add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
+ </config>
+</configuration>
0 commit comments