Skip to content

Commit 50c0459

Browse files
Minor
1 parent 142ef67 commit 50c0459

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.run/Build.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Build" type="DotNetProject" factoryName=".NET Project">
33
<option name="EXE_PATH" value="$PROJECT_DIR$/Build/bin/Debug/net8.0/Build.exe" />
4-
<option name="PROGRAM_PARAMETERS" value="-p:integrationTests=true -p:version=1.1.0-beta11" />
4+
<option name="PROGRAM_PARAMETERS" value="-p:integrationTests=true -p:version=1.1.0" />
55
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
66
<option name="PASS_PARENT_ENVS" value="1" />
77
<option name="USE_EXTERNAL_CONSOLE" value="0" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
dotnet pack -c Release CSharpInteractive.Templates.csproj -p:version=2.0.0
1+
dotnet pack -c Release CSharpInteractive.Templates.csproj -p:version=1.1.0
22
dotnet new uninstall CSharpInteractive.Templates
3-
dotnet new install CSharpInteractive.Templates::2.0.0 --nuget-source %cd%/bin
3+
dotnet new install CSharpInteractive.Templates::1.1.0 --nuget-source %cd%/bin

0 commit comments

Comments
 (0)