File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
55 <Nullable >enable</Nullable >
6- <AssemblyVersion >0.4.28 </AssemblyVersion >
7- <FileVersion >0.4.28 </FileVersion >
6+ <AssemblyVersion >0.4.29 </AssemblyVersion >
7+ <FileVersion >0.4.29 </FileVersion >
88 <GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
99 </PropertyGroup >
1010
1111 <PropertyGroup >
1212 <PackageId >Pine.Core</PackageId >
13- <Version >0.4.28 </Version >
13+ <Version >0.4.29 </Version >
1414 <Description >Elm DevTools and runtime</Description >
1515 <PackageTags >Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags >
1616 <RepositoryUrl >https://github.com/pine-vm/pine.git</RepositoryUrl >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace ElmTime;
3737
3838public class Program
3939{
40- public static string AppVersionId => "0.4.28 " ;
40+ public static string AppVersionId => "0.4.29 " ;
4141
4242
4343 private static int AdminInterfaceDefaultPort => 4000 ;
Original file line number Diff line number Diff line change 55 <TargetFramework >net10.0</TargetFramework >
66 <AssemblyName >pine</AssemblyName >
77 <RootNamespace >Pine</RootNamespace >
8- <Version >0.4.28 </Version >
8+ <Version >0.4.29 </Version >
99 <InformationalVersion >pine $(Version)</InformationalVersion >
1010 <SourceRevisionId ></SourceRevisionId >
1111 <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
You can’t perform that action at this time.
0 commit comments