diff --git a/release.bat b/release.bat index b817804..2ae6737 100644 --- a/release.bat +++ b/release.bat @@ -1,2 +1,2 @@ @echo off -"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" "src/Skybrud.Social.Google.YouTube" /t:rebuild /t:pack /p:BuildTools=1 /p:Configuration=Release /p:PackageOutputPath=../../releases/nuget \ No newline at end of file +dotnet build src/Skybrud.Social.Google.YouTube --configuration Release /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=../../releases/nuget \ No newline at end of file diff --git a/releases/github/Skybrud.Social.Google.YouTube.v1.0.0-beta002.zip b/releases/github/Skybrud.Social.Google.YouTube.v1.0.0-beta002.zip new file mode 100644 index 0000000..abc3903 Binary files /dev/null and b/releases/github/Skybrud.Social.Google.YouTube.v1.0.0-beta002.zip differ diff --git a/releases/nuget/Skybrud.Social.Google.YouTube.1.0.0-beta002.nupkg b/releases/nuget/Skybrud.Social.Google.YouTube.1.0.0-beta002.nupkg new file mode 100644 index 0000000..f128162 Binary files /dev/null and b/releases/nuget/Skybrud.Social.Google.YouTube.1.0.0-beta002.nupkg differ diff --git a/src/Skybrud.Social.Google.YouTube/Skybrud.Social.Google.YouTube.csproj b/src/Skybrud.Social.Google.YouTube/Skybrud.Social.Google.YouTube.csproj index 11bac22..97f5de1 100644 --- a/src/Skybrud.Social.Google.YouTube/Skybrud.Social.Google.YouTube.csproj +++ b/src/Skybrud.Social.Google.YouTube/Skybrud.Social.Google.YouTube.csproj @@ -7,7 +7,7 @@ - 1.0.0-beta001 + 1.0.0-beta002 Limbo Skybrud.Social Anders Bjerner