Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release/windows.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.6.23",
"version": "1.6.24",
"channel": "stable",
"platform": "windows-x64",
"primaryAsset": "ARSAS-Windows-x64-Setup.exe",
"publicationRequest": 11
"publicationRequest": 12
}
6 changes: 3 additions & 3 deletions ArIED61850Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<Product>ARSAS</Product>
<AssemblyTitle>ARSAS - IEC 61850 Engineering Workstation</AssemblyTitle>
<Description>Open-source Windows IEC 61850 engineering workstation for MMS model discovery, reporting, independent multi-IED monitoring, GOOSE subscription, fault-record file transfer, Sampled Values engineering and evidence export, SCL workflows, diagnostics, sequence of events, and guarded control validation.</Description>
<Version>1.6.23</Version>
<AssemblyVersion>1.6.23.0</AssemblyVersion>
<FileVersion>1.6.23.0</FileVersion>
<Version>1.6.24</Version>
<AssemblyVersion>1.6.24.0</AssemblyVersion>
<FileVersion>1.6.24.0</FileVersion>
<PackageProjectUrl>https://github.com/masarray/arsas</PackageProjectUrl>
<RepositoryUrl>https://github.com/masarray/arsas</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<Version>1.6.23</Version>
<AssemblyVersion>1.6.23.0</AssemblyVersion>
<FileVersion>1.6.23.0</FileVersion>
<InformationalVersion>1.6.23</InformationalVersion>
<Version>1.6.24</Version>
<AssemblyVersion>1.6.24.0</AssemblyVersion>
<FileVersion>1.6.24.0</FileVersion>
<InformationalVersion>1.6.24</InformationalVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.23
1.6.24
Loading