Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bäriswyl Roman committed May 24, 2017
1 parent e8627ed commit 19dacbf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## vnext (xxxx-xx-xx)
## 1.2.0 (2017-05-24)

### Enhancements

### Bug fixes
* Moved to its own repository
* New logo

## Older changes
See https://raw.githubusercontent.com/Roemer/FlaUI/master/CHANGELOG.md
2 changes: 1 addition & 1 deletion CreateArtefacts.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$artefactDir = "Artefacts"
$tempDir = "Temp"
$version = "1.1.0"
$version = "1.2.0"
$rootPath = "."

function Main {
Expand Down
5 changes: 5 additions & 0 deletions src/FlaUInspect.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlaUInspect", "FlaUInspect\FlaUInspect.csproj", "{B1C3A9D6-326F-4A42-A2B8-C7605D111F47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E443DA57-D2BF-49DA-A583-DCE901F5EB84}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
8 changes: 4 additions & 4 deletions src/FlaUInspect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[assembly: AssemblyDescription("Tool to inspect applications from an UI side.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Roemer")]
[assembly: AssemblyProduct("FlaUI")]
[assembly: AssemblyProduct("FlaUInspect")]
[assembly: AssemblyCopyright("Copyright © 2016-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -22,6 +22,6 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
2 changes: 1 addition & 1 deletion src/FlaUInspect/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:models="clr-namespace:FlaUInspect.Models"
xmlns:flauidef="clr-namespace:FlaUI.Core.Definitions;assembly=FlaUI.Core"
xmlns:viewModels="clr-namespace:FlaUInspect.ViewModels"
Title="FlaUI Inspect Tool" d:DesignHeight="350" d:DesignWidth="500" d:LayoutOverrides="Width, Height" ResizeMode="CanResizeWithGrip">
Title="FlaUInspect" d:DesignHeight="350" d:DesignWidth="500" d:LayoutOverrides="Width, Height" ResizeMode="CanResizeWithGrip">
<Window.Resources>
<Style x:Key="SelectableLabel" TargetType="{x:Type TextBox}">
<Setter Property="Background" Value="Transparent" />
Expand Down

0 comments on commit 19dacbf

Please sign in to comment.