diff --git a/README.md b/README.md index fbc856b..9dd7546 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ dotnet build -c Release src/sdk/FStarLang.Sdk.csproj /p:ReleaseBuild=true ``` - publish Nuget file located at `src\sdk\bin\Release` ``` -dotnet nuget push --source fstarlang --api-key $ApiKey src/sdk/bin/Release/FStarLang.Sdk.0.1.2.nupkg +dotnet nuget push --source fstarlang --api-key $ApiKey artifacts/package/release/FStarLang.Sdk.0.2.0.nupkg ``` - Go back to root of the project - bump version in the `src/runtime/FStarLang.Runtime.csproj` @@ -69,8 +69,8 @@ dotnet build -r linux-x64 -c Release src/runtime/FStarLang.Runtime.csproj /p:Rel - publish Nuget file located at `src\sdk\bin\Release` ``` dotnet restore src/sdk/FStarLang.Sdk.csproj --interactive -dotnet nuget push --source fstarlang --api-key $ApiKey src/runtime/bin/Release/FStarLang.Compiler.runtime.win-x64.0.0.6.nupkg -dotnet nuget push --source fstarlang --api-key $ApiKey src/runtime/bin/Release/FStarLang.Compiler.runtime.linux-x64.0.0.6.nupkg +dotnet nuget push --source fstarlang --api-key $ApiKey artifacts/package/release/FStarLang.Compiler.runtime.win-x64.0.0.7.nupkg +dotnet nuget push --source fstarlang --api-key $ApiKey artifacts/package/release/FStarLang.Compiler.runtime.linux-x64.0.0.7.nupkg ``` - Go back to root of the project - bump version in the `src/templates/FStarLang.DotNet.Common.ProjectTemplates.1.0.csproj` diff --git a/src/runtime/Directory.Build.targets b/src/runtime/Directory.Build.targets index 6389874..12d7ad2 100644 --- a/src/runtime/Directory.Build.targets +++ b/src/runtime/Directory.Build.targets @@ -7,10 +7,10 @@ - - + BeforeTargets="_RemoveUnnecessaryFilesFromArchive"> @@ -40,4 +40,12 @@ Condition="'$(FStarArchiveType)' == 'tar.gz' and !Exists('$(_ArchiveDestination)fstar\bin\fstar')" /> + + + + + + + diff --git a/src/runtime/FStarLang.Runtime.csproj b/src/runtime/FStarLang.Runtime.csproj index e269921..ea97651 100644 --- a/src/runtime/FStarLang.Runtime.csproj +++ b/src/runtime/FStarLang.Runtime.csproj @@ -1,8 +1,8 @@ netstandard1.0 - 0.0.6 - 2023.09.03 + 0.0.7 + 2024.08.14 Provides runtime tools for building F* applications. F* Compiler version: $(FStarCompilerVersion) MSBuild MSBuildSdk fstar runtime diff --git a/src/runtime/build/runtime.linux-x64.FStarLang.Compiler.props b/src/runtime/build/FStarLang.Compiler.runtime.linux-x64.props similarity index 100% rename from src/runtime/build/runtime.linux-x64.FStarLang.Compiler.props rename to src/runtime/build/FStarLang.Compiler.runtime.linux-x64.props diff --git a/src/runtime/build/runtime.linux-x64.FStarLang.Compiler.targets b/src/runtime/build/FStarLang.Compiler.runtime.linux-x64.targets similarity index 100% rename from src/runtime/build/runtime.linux-x64.FStarLang.Compiler.targets rename to src/runtime/build/FStarLang.Compiler.runtime.linux-x64.targets diff --git a/src/runtime/build/runtime.osx-x64.FStarLang.Compiler.props b/src/runtime/build/FStarLang.Compiler.runtime.osx-x64.props similarity index 100% rename from src/runtime/build/runtime.osx-x64.FStarLang.Compiler.props rename to src/runtime/build/FStarLang.Compiler.runtime.osx-x64.props diff --git a/src/runtime/build/runtime.osx-x64.FStarLang.Compiler.targets b/src/runtime/build/FStarLang.Compiler.runtime.osx-x64.targets similarity index 100% rename from src/runtime/build/runtime.osx-x64.FStarLang.Compiler.targets rename to src/runtime/build/FStarLang.Compiler.runtime.osx-x64.targets diff --git a/src/runtime/build/runtime.win-x64.FStarLang.Compiler.props b/src/runtime/build/FStarLang.Compiler.runtime.win-x64.props similarity index 100% rename from src/runtime/build/runtime.win-x64.FStarLang.Compiler.props rename to src/runtime/build/FStarLang.Compiler.runtime.win-x64.props diff --git a/src/runtime/build/runtime.win-x64.FStarLang.Compiler.targets b/src/runtime/build/FStarLang.Compiler.runtime.win-x64.targets similarity index 100% rename from src/runtime/build/runtime.win-x64.FStarLang.Compiler.targets rename to src/runtime/build/FStarLang.Compiler.runtime.win-x64.targets diff --git a/src/sdk/FStarLang.Sdk.csproj b/src/sdk/FStarLang.Sdk.csproj index b63d6e6..bac7a12 100644 --- a/src/sdk/FStarLang.Sdk.csproj +++ b/src/sdk/FStarLang.Sdk.csproj @@ -1,7 +1,7 @@ net40;netstandard2.0 - 0.1.2 + 0.2.0 Provides MSBuild support for F* projects. MSBuild MSBuildSdk fstar diff --git a/src/sdk/Sdk/Sdk.targets b/src/sdk/Sdk/Sdk.targets index c519a77..35eff6a 100644 --- a/src/sdk/Sdk/Sdk.targets +++ b/src/sdk/Sdk/Sdk.targets @@ -15,7 +15,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and - 0.0.6 + 0.0.7 $(IntermediateOutputPath)extracted\