Skip to content

Instantly share code, notes, and snippets.

View phofman's full-sized avatar

Paweł Hofman phofman

View GitHub Profile
@phofman
phofman / convert.py
Created October 11, 2019 22:25
Porting posts from MiniBlog to Hugo (markdown)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from os import listdir
from os import mkdir
from os import makedirs
from os import path
import shutil
import xml.etree.ElementTree as xmltree
@phofman
phofman / Update-BuildNumber.ps1
Created November 14, 2016 00:46
Script for TeamCity to update assembly-version on each build.
<#
.SYNOPSIS
Script for TeamCity to update assembly-version on each build.
.DESCRIPTION
PowerShell helper script to be consumed by TeamCity. It is capable of updating AssemblyInfo.cs
and AssemblyCommonInfo.cs in searching of 'AssemblyVersion' attribute. It can do a full or partial
replace, later print new version into a specified text file and in way recognized by TeamCity itself